update icechunk to 0.6#671
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the icechunk-js dependency to version ^0.6.0 and modifies tsconfig.json by removing the baseUrl configuration and updating path mappings. However, removing baseUrl will break compilation for files that use non-relative imports from node_modules, such as src/components/zarr/ZarrParser.ts. It is recommended to retain "baseUrl": "." to ensure successful module resolution.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
@TheJeran I removed the |
|
No problem. |
No description provided.